Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin creates csv upload #164

Merged
merged 5 commits into from
Feb 18, 2024
Merged

Admin creates csv upload #164

merged 5 commits into from
Feb 18, 2024

Conversation

jonallured
Copy link
Owner

This PR adds support for uploading generic CSV files but only supports a single parser which is meant to create FinancialTransaction records from a downloaded file from Wells Fargo's website. I expect that I may use this more generic CSV upload functionality in the future but even if I don't this should be handy as I move my financial reports to Monolithium.

The way it works is that the form for a new CsvUpload record only need the parser to use and the file. It'll store the data in PG and then a job gets enqueued that will end up passing that data over to the parser class.

@jonallured jonallured merged commit bd90e69 into main Feb 18, 2024
2 checks passed
@jonallured jonallured deleted the admin-creates-csv-upload branch February 18, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant